Html Css Color HEX #AF7612 Dark Goldenrod

📋 copy color: '#AF7612'

red 175 ◦ green 118 ◦ blue 18

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

Shades of Dark Goldenrod #AF7612

Tints of Dark Goldenrod #AF7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 56.27%
G = 37.94%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7612 (or 0xAF7612) is known color: Dark Goldenrod. HEX triplet: AF, 76 and 12. RGB value is (175,118,18). Sum of RGB (Red+Green+Blue) = 175+118+18=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7612 is #5089ED. Grayscale: #7C7C7C. Windows color (decimal): -5278190 or 1210031. OLE color: 1210031.

HSL color Cylindrical-coordinate representation of color #AF7612: hue angle of 38.22º 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 #AF7612 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 118 18 -
CMYK 0 0.33 0.90 0.31
HSL 38.22º 0.81% 0.38% -
HSV(B) 38.22º 0.9% 0.69% -
XYZ 24.27 22.11 3.56 -
YUV 123.64 68.38 164.63 -
System Red Green Blue C M Y K H S L
Decimal 175 118 18 0 0.33 0.90 0.31 38.22 0.81 0.38
Hex AF 76 12 0 21 5A 1F 26 51 26
Octal 257 166 22 0 41 132 37 46 121 46
Binary 10101111 1110110 10010 0 100001 1011010 11111 100110 1010001 100110

Color Harmonies of #AF7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7612

Black with #AF7612

Text Example


Text Example

White with #AF7612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7612; }

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

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

background-color css

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

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

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

border-color css

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

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

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