Html Css Color HEX #AF871B Dark Goldenrod

📋 copy color: '#AF871B'

red 175 ◦ green 135 ◦ blue 27

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

Shades of Dark Goldenrod #AF871B

Tints of Dark Goldenrod #AF871B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.06%

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

R = 51.93%
G = 40.06%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF871B (or 0xAF871B) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 1B. RGB value is (175,135,27). Sum of RGB (Red+Green+Blue) = 175+135+27=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF871B is #5078E4. Grayscale: #878787. Windows color (decimal): -5273829 or 1804207. OLE color: 1804207.

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

Color convert

RGB 175 135 27 -
CMYK 0 0.23 0.85 0.31
HSL 43.78º 0.73% 0.4% -
HSV(B) 43.78º 0.85% 0.69% -
XYZ 26.54 26.52 4.76 -
YUV 134.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 175 135 27 0 0.23 0.85 0.31 43.78 0.73 0.4
Hex AF 87 1B 0 17 55 1F 2C 49 28
Octal 257 207 33 0 27 125 37 54 111 50
Binary 10101111 10000111 11011 0 10111 1010101 11111 101100 1001001 101000

Color Harmonies of #AF871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF871B

Black with #AF871B

Text Example


Text Example

White with #AF871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF871B; }

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

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

background-color css

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

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

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

border-color css

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

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

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