Html Css Color HEX #AF5B0B Golden Brown

📋 copy color: '#AF5B0B'

red 175 ◦ green 91 ◦ blue 11

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

Shades of Golden Brown #AF5B0B

Tints of Golden Brown #AF5B0B

RGB

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

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

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

R = 63.18%
G = 32.85%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF5B0B (or 0xAF5B0B) is known color: Golden Brown. HEX triplet: AF, 5B and 0B. RGB value is (175,91,11). Sum of RGB (Red+Green+Blue) = 175+91+11=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5B0B is #50A4F4. Grayscale: #6B6B6B. Windows color (decimal): -5285109 or 744367. OLE color: 744367.

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

Color convert

RGB 175 91 11 -
CMYK 0 0.48 0.94 0.31
HSL 29.27º 0.88% 0.36% -
HSV(B) 29.27º 0.94% 0.69% -
XYZ 21.48 16.62 2.39 -
YUV 107 73.83 176.5 -
System Red Green Blue C M Y K H S L
Decimal 175 91 11 0 0.48 0.94 0.31 29.27 0.88 0.36
Hex AF 5B B 0 30 5E 1F 1D 58 24
Octal 257 133 13 0 60 136 37 35 130 44
Binary 10101111 1011011 1011 0 110000 1011110 11111 11101 1011000 100100

Color Harmonies of #AF5B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B0B

Black with #AF5B0B

Text Example


Text Example

White with #AF5B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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