Html Css Color HEX #AF6E03 Dark Goldenrod

📋 copy color: '#AF6E03'

red 175 ◦ green 110 ◦ blue 3

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

Shades of Dark Goldenrod #AF6E03

Tints of Dark Goldenrod #AF6E03

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.19%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 60.76%
G = 38.19%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF6E03 (or 0xAF6E03) is known color: Dark Goldenrod. HEX triplet: AF, 6E and 03. RGB value is (175,110,3). Sum of RGB (Red+Green+Blue) = 175+110+3=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E03 is #5091FC. Grayscale: #757575. Windows color (decimal): -5280253 or 224943. OLE color: 224943.

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

Color convert

RGB 175 110 3 -
CMYK 0 0.37 0.98 0.31
HSL 37.33º 0.97% 0.35% -
HSV(B) 37.33º 0.98% 0.69% -
XYZ 23.27 20.27 2.77 -
YUV 117.24 63.53 169.2 -
System Red Green Blue C M Y K H S L
Decimal 175 110 3 0 0.37 0.98 0.31 37.33 0.97 0.35
Hex AF 6E 3 0 25 62 1F 25 61 23
Octal 257 156 3 0 45 142 37 45 141 43
Binary 10101111 1101110 11 0 100101 1100010 11111 100101 1100001 100011

Color Harmonies of #AF6E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6E03

Black with #AF6E03

Text Example


Text Example

White with #AF6E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6E03; }

 p { color: rgb(175,110,3); }

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

background-color css

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

 a { background-color: rgb(175,110,3); }

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

border-color css

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

 span { border-color: rgb(175,110,3); }

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