Html Css Color HEX #AF590B Golden Brown

📋 copy color: '#AF590B'

red 175 ◦ green 89 ◦ blue 11

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

Shades of Golden Brown #AF590B

Tints of Golden Brown #AF590B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

 BLUE value IS 11 (4.69% from 255) = 4%

R = 63.64%
G = 32.36%
B = 4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF590B (or 0xAF590B) is known color: Golden Brown. HEX triplet: AF, 59 and 0B. RGB value is (175,89,11). Sum of RGB (Red+Green+Blue) = 175+89+11=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF590B is #50A6F4. Grayscale: #6A6A6A. Windows color (decimal): -5285621 or 743855. OLE color: 743855.

HSL color Cylindrical-coordinate representation of color #AF590B: hue angle of 28.54º degrees, saturation: 0.88, 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 #AF590B is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 11 -
CMYK 0 0.49 0.94 0.31
HSL 28.54º 0.88% 0.36% -
HSV(B) 28.54º 0.94% 0.69% -
XYZ 21.31 16.28 2.34 -
YUV 105.82 74.49 177.34 -
System Red Green Blue C M Y K H S L
Decimal 175 89 11 0 0.49 0.94 0.31 28.54 0.88 0.36
Hex AF 59 B 0 31 5E 1F 1D 58 24
Octal 257 131 13 0 61 136 37 35 130 44
Binary 10101111 1011001 1011 0 110001 1011110 11111 11101 1011000 100100

Color Harmonies of #AF590B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF590B

Black with #AF590B

Text Example


Text Example

White with #AF590B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF590B; }

 p { color: rgb(175,89,11); }

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

background-color css

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

 a { background-color: rgb(175,89,11); }

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

border-color css

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

 span { border-color: rgb(175,89,11); }

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