Html Css Color HEX #AF6D15 Golden Brown

📋 copy color: '#AF6D15'

red 175 ◦ green 109 ◦ blue 21

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

Shades of Golden Brown #AF6D15

Tints of Golden Brown #AF6D15

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.74%

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

R = 57.38%
G = 35.74%
B = 6.89%

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

#AF6D15 (or 0xAF6D15) is known color: Golden Brown. HEX triplet: AF, 6D and 15. RGB value is (175,109,21). Sum of RGB (Red+Green+Blue) = 175+109+21=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D15 is #5092EA. Grayscale: #777777. Windows color (decimal): -5280491 or 1404335. OLE color: 1404335.

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

Color convert

RGB 175 109 21 -
CMYK 0 0.38 0.88 0.31
HSL 34.29º 0.79% 0.38% -
HSV(B) 34.29º 0.88% 0.69% -
XYZ 23.28 20.11 3.36 -
YUV 118.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 175 109 21 0 0.38 0.88 0.31 34.29 0.79 0.38
Hex AF 6D 15 0 26 58 1F 22 4F 26
Octal 257 155 25 0 46 130 37 42 117 46
Binary 10101111 1101101 10101 0 100110 1011000 11111 100010 1001111 100110

Color Harmonies of #AF6D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D15

Black with #AF6D15

Text Example


Text Example

White with #AF6D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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