Html Css Color HEX #AF7F12 Dark Goldenrod

📋 copy color: '#AF7F12'

red 175 ◦ green 127 ◦ blue 18

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

Shades of Dark Goldenrod #AF7F12

Tints of Dark Goldenrod #AF7F12

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

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

R = 54.69%
G = 39.69%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF7F12 (or 0xAF7F12) is known color: Dark Goldenrod. HEX triplet: AF, 7F and 12. RGB value is (175,127,18). Sum of RGB (Red+Green+Blue) = 175+127+18=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7F12 is #5080ED. Grayscale: #818181. Windows color (decimal): -5275886 or 1212335. OLE color: 1212335.

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

Color convert

RGB 175 127 18 -
CMYK 0 0.27 0.90 0.31
HSL 41.66º 0.81% 0.38% -
HSV(B) 41.66º 0.9% 0.69% -
XYZ 25.38 24.34 3.93 -
YUV 128.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 175 127 18 0 0.27 0.90 0.31 41.66 0.81 0.38
Hex AF 7F 12 0 1B 5A 1F 2A 51 26
Octal 257 177 22 0 33 132 37 52 121 46
Binary 10101111 1111111 10010 0 11011 1011010 11111 101010 1010001 100110

Color Harmonies of #AF7F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F12

Black with #AF7F12

Text Example


Text Example

White with #AF7F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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