Html Css Color HEX #AF910A Dark Goldenrod

📋 copy color: '#AF910A'

red 175 ◦ green 145 ◦ blue 10

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

Shades of Dark Goldenrod #AF910A

Tints of Dark Goldenrod #AF910A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 10 (4.3% from 255) = 3.03%

R = 53.03%
G = 43.94%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF910A (or 0xAF910A) is known color: Dark Goldenrod. HEX triplet: AF, 91 and 0A. RGB value is (175,145,10). Sum of RGB (Red+Green+Blue) = 175+145+10=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF910A is #506EF5. Grayscale: #8B8B8B. Windows color (decimal): -5271286 or 692655. OLE color: 692655.

HSL color Cylindrical-coordinate representation of color #AF910A: hue angle of 49.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF910A is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 145 10 -
CMYK 0 0.17 0.94 0.31
HSL 49.09º 0.89% 0.36% -
HSV(B) 49.09º 0.94% 0.69% -
XYZ 27.86 29.39 4.49 -
YUV 138.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 175 145 10 0 0.17 0.94 0.31 49.09 0.89 0.36
Hex AF 91 A 0 11 5E 1F 31 59 24
Octal 257 221 12 0 21 136 37 61 131 44
Binary 10101111 10010001 1010 0 10001 1011110 11111 110001 1011001 100100

Color Harmonies of #AF910A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF910A

Black with #AF910A

Text Example


Text Example

White with #AF910A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF910A; }

 p { color: rgb(175,145,10); }

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

background-color css

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

 a { background-color: rgb(175,145,10); }

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

border-color css

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

 span { border-color: rgb(175,145,10); }

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