Html Css Color HEX #AF5B11 Golden Brown

📋 copy color: '#AF5B11'

red 175 ◦ green 91 ◦ blue 17

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

Shades of Golden Brown #AF5B11

Tints of Golden Brown #AF5B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.16%

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

R = 61.84%
G = 32.16%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5B11 (or 0xAF5B11) is known color: Golden Brown. HEX triplet: AF, 5B and 11. RGB value is (175,91,17). Sum of RGB (Red+Green+Blue) = 175+91+17=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5B11 is #50A4EE. Grayscale: #6C6C6C. Windows color (decimal): -5285103 or 1137583. OLE color: 1137583.

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

Color convert

RGB 175 91 17 -
CMYK 0 0.48 0.90 0.31
HSL 28.1º 0.82% 0.38% -
HSV(B) 28.1º 0.9% 0.69% -
XYZ 21.52 16.64 2.61 -
YUV 107.68 76.83 176.02 -
System Red Green Blue C M Y K H S L
Decimal 175 91 17 0 0.48 0.90 0.31 28.1 0.82 0.38
Hex AF 5B 11 0 30 5A 1F 1C 52 26
Octal 257 133 21 0 60 132 37 34 122 46
Binary 10101111 1011011 10001 0 110000 1011010 11111 11100 1010010 100110

Color Harmonies of #AF5B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B11

Black with #AF5B11

Text Example


Text Example

White with #AF5B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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