Html Css Color HEX #AF6F03 Dark Goldenrod

📋 copy color: '#AF6F03'

red 175 ◦ green 111 ◦ blue 3

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

Shades of Dark Goldenrod #AF6F03

Tints of Dark Goldenrod #AF6F03

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

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

R = 60.55%
G = 38.41%
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

#AF6F03 (or 0xAF6F03) is known color: Dark Goldenrod. HEX triplet: AF, 6F and 03. RGB value is (175,111,3). Sum of RGB (Red+Green+Blue) = 175+111+3=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F03 is #5090FC. Grayscale: #767676. Windows color (decimal): -5279997 or 225199. OLE color: 225199.

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

Color convert

RGB 175 111 3 -
CMYK 0 0.37 0.98 0.31
HSL 37.67º 0.97% 0.35% -
HSV(B) 37.67º 0.98% 0.69% -
XYZ 23.38 20.49 2.81 -
YUV 117.82 63.2 168.78 -
System Red Green Blue C M Y K H S L
Decimal 175 111 3 0 0.37 0.98 0.31 37.67 0.97 0.35
Hex AF 6F 3 0 25 62 1F 26 61 23
Octal 257 157 3 0 45 142 37 46 141 43
Binary 10101111 1101111 11 0 100101 1100010 11111 100110 1100001 100011

Color Harmonies of #AF6F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F03

Black with #AF6F03

Text Example


Text Example

White with #AF6F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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