Html Css Color HEX #AF7C06 Dark Goldenrod

📋 copy color: '#AF7C06'

red 175 ◦ green 124 ◦ blue 6

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

Shades of Dark Goldenrod #AF7C06

Tints of Dark Goldenrod #AF7C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 6 (2.73% from 255) = 1.97%

R = 57.38%
G = 40.66%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF7C06 (or 0xAF7C06) is known color: Dark Goldenrod. HEX triplet: AF, 7C and 06. RGB value is (175,124,6). Sum of RGB (Red+Green+Blue) = 175+124+6=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7C06 is #5083F9. Grayscale: #7E7E7E. Windows color (decimal): -5276666 or 425135. OLE color: 425135.

HSL color Cylindrical-coordinate representation of color #AF7C06: hue angle of 41.89º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF7C06 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 6 -
CMYK 0 0.29 0.97 0.31
HSL 41.89º 0.93% 0.35% -
HSV(B) 41.89º 0.97% 0.69% -
XYZ 24.92 23.54 3.4 -
YUV 125.8 60.4 163.09 -
System Red Green Blue C M Y K H S L
Decimal 175 124 6 0 0.29 0.97 0.31 41.89 0.93 0.35
Hex AF 7C 6 0 1D 61 1F 2A 5D 23
Octal 257 174 6 0 35 141 37 52 135 43
Binary 10101111 1111100 110 0 11101 1100001 11111 101010 1011101 100011

Color Harmonies of #AF7C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C06

Black with #AF7C06

Text Example


Text Example

White with #AF7C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C06; }

 p { color: rgb(175,124,6); }

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

background-color css

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

 a { background-color: rgb(175,124,6); }

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

border-color css

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

 span { border-color: rgb(175,124,6); }

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