Html Css Color HEX #AF8900 Dark Goldenrod

📋 copy color: '#AF8900'

red 175 ◦ green 137 ◦ blue 0

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

Shades of Dark Goldenrod #AF8900

Tints of Dark Goldenrod #AF8900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.09%
G = 43.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF8900 (or 0xAF8900) is known color: Dark Goldenrod. HEX triplet: AF, 89 and 00. RGB value is (175,137,0). Sum of RGB (Red+Green+Blue) = 175+137+0=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8900 is #5076FF. Grayscale: #858585. Windows color (decimal): -5273344 or 35247. OLE color: 35247.

HSL color Cylindrical-coordinate representation of color #AF8900: hue angle of 46.97º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF8900 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 0 -
CMYK 0 0.22 1 0.31
HSL 46.97º 1% 0.34% -
HSV(B) 46.97º 1% 0.69% -
XYZ 26.62 27.01 3.81 -
YUV 132.74 53.09 158.14 -
System Red Green Blue C M Y K H S L
Decimal 175 137 0 0 0.22 1 0.31 46.97 1 0.34
Hex AF 89 0 0 16 64 1F 2F 64 22
Octal 257 211 0 0 26 144 37 57 144 42
Binary 10101111 10001001 0 0 10110 1100100 11111 101111 1100100 100010

Color Harmonies of #AF8900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8900

Black with #AF8900

Text Example


Text Example

White with #AF8900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8900; }

 p { color: rgb(175,137,0); }

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

background-color css

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

 a { background-color: rgb(175,137,0); }

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

border-color css

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

 span { border-color: rgb(175,137,0); }

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