Html Css Color HEX #AF770C Dark Goldenrod

📋 copy color: '#AF770C'

red 175 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #AF770C

Tints of Dark Goldenrod #AF770C

RGB

 RED value IS 175 (68.75% from 255) = 57.19%

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

 BLUE value IS 12 (5.08% from 255) = 3.92%

R = 57.19%
G = 38.89%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF770C (or 0xAF770C) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 0C. RGB value is (175,119,12). Sum of RGB (Red+Green+Blue) = 175+119+12=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF770C is #5088F3. Grayscale: #7C7C7C. Windows color (decimal): -5277940 or 817071. OLE color: 817071.

HSL color Cylindrical-coordinate representation of color #AF770C: hue angle of 39.39º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF770C is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 12 -
CMYK 0 0.32 0.93 0.31
HSL 39.39º 0.87% 0.37% -
HSV(B) 39.39º 0.93% 0.69% -
XYZ 24.34 22.33 3.38 -
YUV 123.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 175 119 12 0 0.32 0.93 0.31 39.39 0.87 0.37
Hex AF 77 C 0 20 5D 1F 27 57 25
Octal 257 167 14 0 40 135 37 47 127 45
Binary 10101111 1110111 1100 0 100000 1011101 11111 100111 1010111 100101

Color Harmonies of #AF770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF770C

Black with #AF770C

Text Example


Text Example

White with #AF770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF770C; }

 p { color: rgb(175,119,12); }

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

background-color css

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

 a { background-color: rgb(175,119,12); }

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

border-color css

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

 span { border-color: rgb(175,119,12); }

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