Html Css Color HEX #AF7712 Dark Goldenrod

📋 copy color: '#AF7712'

red 175 ◦ green 119 ◦ blue 18

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

Shades of Dark Goldenrod #AF7712

Tints of Dark Goldenrod #AF7712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 56.09%
G = 38.14%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7712 (or 0xAF7712) is known color: Dark Goldenrod. HEX triplet: AF, 77 and 12. RGB value is (175,119,18). Sum of RGB (Red+Green+Blue) = 175+119+18=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7712 is #5088ED. Grayscale: #7C7C7C. Windows color (decimal): -5277934 or 1210287. OLE color: 1210287.

HSL color Cylindrical-coordinate representation of color #AF7712: hue angle of 38.6º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF7712 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 18 -
CMYK 0 0.32 0.90 0.31
HSL 38.6º 0.81% 0.38% -
HSV(B) 38.6º 0.9% 0.69% -
XYZ 24.39 22.35 3.6 -
YUV 124.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 175 119 18 0 0.32 0.90 0.31 38.6 0.81 0.38
Hex AF 77 12 0 20 5A 1F 27 51 26
Octal 257 167 22 0 40 132 37 47 121 46
Binary 10101111 1110111 10010 0 100000 1011010 11111 100111 1010001 100110

Color Harmonies of #AF7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7712

Black with #AF7712

Text Example


Text Example

White with #AF7712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7712; }

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

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

background-color css

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

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

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

border-color css

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

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

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