Html Css Color HEX #AF5F11 Golden Brown

📋 copy color: '#AF5F11'

red 175 ◦ green 95 ◦ blue 17

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

Shades of Golden Brown #AF5F11

Tints of Golden Brown #AF5F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.1%

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

R = 60.98%
G = 33.1%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF5F11 (or 0xAF5F11) is known color: Golden Brown. HEX triplet: AF, 5F and 11. RGB value is (175,95,17). Sum of RGB (Red+Green+Blue) = 175+95+17=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5F11 is #50A0EE. Grayscale: #6E6E6E. Windows color (decimal): -5284079 or 1138607. OLE color: 1138607.

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

Color convert

RGB 175 95 17 -
CMYK 0 0.46 0.90 0.31
HSL 29.62º 0.82% 0.38% -
HSV(B) 29.62º 0.9% 0.69% -
XYZ 21.87 17.34 2.72 -
YUV 110.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 175 95 17 0 0.46 0.90 0.31 29.62 0.82 0.38
Hex AF 5F 11 0 2E 5A 1F 1E 52 26
Octal 257 137 21 0 56 132 37 36 122 46
Binary 10101111 1011111 10001 0 101110 1011010 11111 11110 1010010 100110

Color Harmonies of #AF5F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5F11

Black with #AF5F11

Text Example


Text Example

White with #AF5F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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