Html Css Color HEX #AC770F Dark Goldenrod

📋 copy color: '#AC770F'

red 172 ◦ green 119 ◦ blue 15

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

Shades of Dark Goldenrod #AC770F

Tints of Dark Goldenrod #AC770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.89%

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 56.21%
G = 38.89%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC770F (or 0xAC770F) is known color: Dark Goldenrod. HEX triplet: AC, 77 and 0F. RGB value is (172,119,15). Sum of RGB (Red+Green+Blue) = 172+119+15=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC770F is #5388F0. Grayscale: #7B7B7B. Windows color (decimal): -5474545 or 1013676. OLE color: 1013676.

HSL color Cylindrical-coordinate representation of color #AC770F: hue angle of 39.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC770F is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 15 -
CMYK 0 0.31 0.91 0.33
HSL 39.75º 0.84% 0.37% -
HSV(B) 39.75º 0.91% 0.67% -
XYZ 23.7 22 3.45 -
YUV 122.99 67.06 162.96 -
System Red Green Blue C M Y K H S L
Decimal 172 119 15 0 0.31 0.91 0.33 39.75 0.84 0.37
Hex AC 77 F 0 1F 5B 21 28 54 25
Octal 254 167 17 0 37 133 41 50 124 45
Binary 10101100 1110111 1111 0 11111 1011011 100001 101000 1010100 100101

Color Harmonies of #AC770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC770F

Black with #AC770F

Text Example


Text Example

White with #AC770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC770F; }

 p { color: rgb(172,119,15); }

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

background-color css

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

 a { background-color: rgb(172,119,15); }

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

border-color css

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

 span { border-color: rgb(172,119,15); }

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