Html Css Color HEX #AF9800 Dark Goldenrod

📋 copy color: '#AF9800'

red 175 ◦ green 152 ◦ blue 0

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

Shades of Dark Goldenrod #AF9800

Tints of Dark Goldenrod #AF9800

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.48%

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

R = 53.52%
G = 46.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF9800 (or 0xAF9800) is known color: Dark Goldenrod. HEX triplet: AF, 98 and 00. RGB value is (175,152,0). Sum of RGB (Red+Green+Blue) = 175+152+0=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9800 is #5067FF. Grayscale: #8E8E8E. Windows color (decimal): -5269504 or 39087. OLE color: 39087.

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

Color convert

RGB 175 152 0 -
CMYK 0 0.13 1 0.31
HSL 52.11º 1% 0.34% -
HSV(B) 52.11º 1% 0.69% -
XYZ 28.91 31.57 4.57 -
YUV 141.55 48.12 151.86 -
System Red Green Blue C M Y K H S L
Decimal 175 152 0 0 0.13 1 0.31 52.11 1 0.34
Hex AF 98 0 0 D 64 1F 34 64 22
Octal 257 230 0 0 15 144 37 64 144 42
Binary 10101111 10011000 0 0 1101 1100100 11111 110100 1100100 100010

Color Harmonies of #AF9800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9800

Black with #AF9800

Text Example


Text Example

White with #AF9800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9800; }

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

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

background-color css

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

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

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

border-color css

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

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

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