Html Css Color HEX #AF6C15 Golden Brown

📋 copy color: '#AF6C15'

red 175 ◦ green 108 ◦ blue 21

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

Shades of Golden Brown #AF6C15

Tints of Golden Brown #AF6C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 57.57%
G = 35.53%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF6C15 (or 0xAF6C15) is known color: Golden Brown. HEX triplet: AF, 6C and 15. RGB value is (175,108,21). Sum of RGB (Red+Green+Blue) = 175+108+21=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6C15 is #5093EA. Grayscale: #767676. Windows color (decimal): -5280747 or 1404079. OLE color: 1404079.

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

Color convert

RGB 175 108 21 -
CMYK 0 0.38 0.88 0.31
HSL 33.9º 0.79% 0.38% -
HSV(B) 33.9º 0.88% 0.69% -
XYZ 23.18 19.89 3.33 -
YUV 118.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 175 108 21 0 0.38 0.88 0.31 33.9 0.79 0.38
Hex AF 6C 15 0 26 58 1F 22 4F 26
Octal 257 154 25 0 46 130 37 42 117 46
Binary 10101111 1101100 10101 0 100110 1011000 11111 100010 1001111 100110

Color Harmonies of #AF6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6C15

Black with #AF6C15

Text Example


Text Example

White with #AF6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6C15; }

 p { color: rgb(175,108,21); }

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

background-color css

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

 a { background-color: rgb(175,108,21); }

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

border-color css

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

 span { border-color: rgb(175,108,21); }

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