Html Css Color HEX #AF890F Dark Goldenrod

📋 copy color: '#AF890F'

red 175 ◦ green 137 ◦ blue 15

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

Shades of Dark Goldenrod #AF890F

Tints of Dark Goldenrod #AF890F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.59%

R = 53.52%
G = 41.9%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF890F (or 0xAF890F) is known color: Dark Goldenrod. HEX triplet: AF, 89 and 0F. RGB value is (175,137,15). Sum of RGB (Red+Green+Blue) = 175+137+15=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF890F is #5076F0. Grayscale: #868686. Windows color (decimal): -5273329 or 1018287. OLE color: 1018287.

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

Color convert

RGB 175 137 15 -
CMYK 0 0.22 0.91 0.31
HSL 45.75º 0.84% 0.37% -
HSV(B) 45.75º 0.91% 0.69% -
XYZ 26.71 27.04 4.26 -
YUV 134.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 175 137 15 0 0.22 0.91 0.31 45.75 0.84 0.37
Hex AF 89 F 0 16 5B 1F 2E 54 25
Octal 257 211 17 0 26 133 37 56 124 45
Binary 10101111 10001001 1111 0 10110 1011011 11111 101110 1010100 100101

Color Harmonies of #AF890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF890F

Black with #AF890F

Text Example


Text Example

White with #AF890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF890F; }

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

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

background-color css

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

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

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

border-color css

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

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

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