Html Css Color HEX #AC7807 Dark Goldenrod

📋 copy color: '#AC7807'

red 172 ◦ green 120 ◦ blue 7

#AC7807
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AC7807

Tints of Dark Goldenrod #AC7807

RGB

 RED value IS 172 (67.58% from 255) = 57.53%

 GREEN value IS 120 (47.27% from 255) = 40.13%

 BLUE value IS 7 (3.13% from 255) = 2.34%

R = 57.53%
G = 40.13%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC7807 (or 0xAC7807) is known color: Dark Goldenrod. HEX triplet: AC, 78 and 07. RGB value is (172,120,7). Sum of RGB (Red+Green+Blue) = 172+120+7=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7807 is #5387F8. Grayscale: #7B7B7B. Windows color (decimal): -5474297 or 489644. OLE color: 489644.

HSL color Cylindrical-coordinate representation of color #AC7807: hue angle of 41.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC7807 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 120 7 -
CMYK 0 0.30 0.96 0.33
HSL 41.09º 0.92% 0.35% -
HSV(B) 41.09º 0.96% 0.67% -
XYZ 23.77 22.22 3.24 -
YUV 122.67 62.73 163.19 -
System Red Green Blue C M Y K H S L
Decimal 172 120 7 0 0.30 0.96 0.33 41.09 0.92 0.35
Hex AC 78 7 0 1E 60 21 29 5C 23
Octal 254 170 7 0 36 140 41 51 134 43
Binary 10101100 1111000 111 0 11110 1100000 100001 101001 1011100 100011

Color Harmonies of #AC7807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7807

Black with #AC7807

Text Example


Text Example

White with #AC7807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7807; }

 p { color: rgb(172,120,7); }

 H1.HeaderClassName
 {
   color: #AC7807;
 }
 .AnyTagClassName
 {
   color: #AC7807;
 }
</style>

background-color css

<style>
 a { background-color: #AC7807; }

 a { background-color: rgb(172,120,7); }

 div.DivClassName
 {
   background-color: #AC7807;
 }
 .BgClassName
 {
   background-color: #AC7807;
 }
</style>

border-color css

<style>
 span { border-color: #AC7807; }

 span { border-color: rgb(172,120,7); }

 td.TdClassName
 {
   border-color: #AC7807;
 }
 .TagClassName
 {
   border-color: #AC7807;
 }
</style>