Html Css Color HEX #AF891B Dark Goldenrod

📋 copy color: '#AF891B'

red 175 ◦ green 137 ◦ blue 27

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

Shades of Dark Goldenrod #AF891B

Tints of Dark Goldenrod #AF891B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.96%

R = 51.62%
G = 40.41%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF891B (or 0xAF891B) is known color: Dark Goldenrod. HEX triplet: AF, 89 and 1B. RGB value is (175,137,27). Sum of RGB (Red+Green+Blue) = 175+137+27=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF891B is #5076E4. Grayscale: #888888. Windows color (decimal): -5273317 or 1804719. OLE color: 1804719.

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

Color convert

RGB 175 137 27 -
CMYK 0 0.22 0.85 0.31
HSL 44.59º 0.73% 0.4% -
HSV(B) 44.59º 0.85% 0.69% -
XYZ 26.82 27.08 4.85 -
YUV 135.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 175 137 27 0 0.22 0.85 0.31 44.59 0.73 0.4
Hex AF 89 1B 0 16 55 1F 2D 49 28
Octal 257 211 33 0 26 125 37 55 111 50
Binary 10101111 10001001 11011 0 10110 1010101 11111 101101 1001001 101000

Color Harmonies of #AF891B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF891B

Black with #AF891B

Text Example


Text Example

White with #AF891B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF891B; }

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

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

background-color css

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

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

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

border-color css

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

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

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