Html Css Color HEX #AF7312 Dark Goldenrod

📋 copy color: '#AF7312'

red 175 ◦ green 115 ◦ blue 18

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

Shades of Dark Goldenrod #AF7312

Tints of Dark Goldenrod #AF7312

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.34%

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

R = 56.82%
G = 37.34%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7312 (or 0xAF7312) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 12. RGB value is (175,115,18). Sum of RGB (Red+Green+Blue) = 175+115+18=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7312 is #508CED. Grayscale: #7A7A7A. Windows color (decimal): -5278958 or 1209263. OLE color: 1209263.

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

Color convert

RGB 175 115 18 -
CMYK 0 0.34 0.90 0.31
HSL 37.07º 0.81% 0.38% -
HSV(B) 37.07º 0.9% 0.69% -
XYZ 23.92 21.42 3.45 -
YUV 121.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 175 115 18 0 0.34 0.90 0.31 37.07 0.81 0.38
Hex AF 73 12 0 22 5A 1F 25 51 26
Octal 257 163 22 0 42 132 37 45 121 46
Binary 10101111 1110011 10010 0 100010 1011010 11111 100101 1010001 100110

Color Harmonies of #AF7312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7312

Black with #AF7312

Text Example


Text Example

White with #AF7312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7312; }

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

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

background-color css

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

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

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

border-color css

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

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

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