Html Css Color HEX #AF590D Golden Brown

📋 copy color: '#AF590D'

red 175 ◦ green 89 ◦ blue 13

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

Shades of Golden Brown #AF590D

Tints of Golden Brown #AF590D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.69%

R = 63.18%
G = 32.13%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF590D (or 0xAF590D) is known color: Golden Brown. HEX triplet: AF, 59 and 0D. RGB value is (175,89,13). Sum of RGB (Red+Green+Blue) = 175+89+13=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF590D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF590D is #50A6F2. Grayscale: #6A6A6A. Windows color (decimal): -5285619 or 874927. OLE color: 874927.

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

Color convert

RGB 175 89 13 -
CMYK 0 0.49 0.93 0.31
HSL 28.15º 0.86% 0.37% -
HSV(B) 28.15º 0.93% 0.69% -
XYZ 21.32 16.29 2.4 -
YUV 106.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 175 89 13 0 0.49 0.93 0.31 28.15 0.86 0.37
Hex AF 59 D 0 31 5D 1F 1C 56 25
Octal 257 131 15 0 61 135 37 34 126 45
Binary 10101111 1011001 1101 0 110001 1011101 11111 11100 1010110 100101

Color Harmonies of #AF590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF590D

Black with #AF590D

Text Example


Text Example

White with #AF590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF590D; }

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

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

background-color css

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

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

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

border-color css

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

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

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