Html Css Color HEX #AF7812 Dark Goldenrod

📋 copy color: '#AF7812'

red 175 ◦ green 120 ◦ blue 18

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

Shades of Dark Goldenrod #AF7812

Tints of Dark Goldenrod #AF7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

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

R = 55.91%
G = 38.34%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7812 (or 0xAF7812) is known color: Dark Goldenrod. HEX triplet: AF, 78 and 12. RGB value is (175,120,18). Sum of RGB (Red+Green+Blue) = 175+120+18=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7812 is #5087ED. Grayscale: #7D7D7D. Windows color (decimal): -5277678 or 1210543. OLE color: 1210543.

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

Color convert

RGB 175 120 18 -
CMYK 0 0.31 0.90 0.31
HSL 38.98º 0.81% 0.38% -
HSV(B) 38.98º 0.9% 0.69% -
XYZ 24.5 22.59 3.64 -
YUV 124.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 175 120 18 0 0.31 0.90 0.31 38.98 0.81 0.38
Hex AF 78 12 0 1F 5A 1F 27 51 26
Octal 257 170 22 0 37 132 37 47 121 46
Binary 10101111 1111000 10010 0 11111 1011010 11111 100111 1010001 100110

Color Harmonies of #AF7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7812

Black with #AF7812

Text Example


Text Example

White with #AF7812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7812; }

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

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

background-color css

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

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

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

border-color css

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

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

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