Html Css Color HEX #AF5A11 Golden Brown

📋 copy color: '#AF5A11'

red 175 ◦ green 90 ◦ blue 17

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

Shades of Golden Brown #AF5A11

Tints of Golden Brown #AF5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 17 (7.03% from 255) = 6.03%

R = 62.06%
G = 31.91%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5A11 (or 0xAF5A11) is known color: Golden Brown. HEX triplet: AF, 5A and 11. RGB value is (175,90,17). Sum of RGB (Red+Green+Blue) = 175+90+17=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5A11 is #50A5EE. Grayscale: #6B6B6B. Windows color (decimal): -5285359 or 1137327. OLE color: 1137327.

HSL color Cylindrical-coordinate representation of color #AF5A11: hue angle of 27.72º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF5A11 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 90 17 -
CMYK 0 0.49 0.90 0.31
HSL 27.72º 0.82% 0.38% -
HSV(B) 27.72º 0.9% 0.69% -
XYZ 21.44 16.47 2.58 -
YUV 107.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 175 90 17 0 0.49 0.90 0.31 27.72 0.82 0.38
Hex AF 5A 11 0 31 5A 1F 1C 52 26
Octal 257 132 21 0 61 132 37 34 122 46
Binary 10101111 1011010 10001 0 110001 1011010 11111 11100 1010010 100110

Color Harmonies of #AF5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A11

Black with #AF5A11

Text Example


Text Example

White with #AF5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A11; }

 p { color: rgb(175,90,17); }

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

background-color css

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

 a { background-color: rgb(175,90,17); }

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

border-color css

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

 span { border-color: rgb(175,90,17); }

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