Html Css Color HEX #AF6B15 Golden Brown

📋 copy color: '#AF6B15'

red 175 ◦ green 107 ◦ blue 21

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

Shades of Golden Brown #AF6B15

Tints of Golden Brown #AF6B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.31%

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

R = 57.76%
G = 35.31%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF6B15 (or 0xAF6B15) is known color: Golden Brown. HEX triplet: AF, 6B and 15. RGB value is (175,107,21). Sum of RGB (Red+Green+Blue) = 175+107+21=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6B15 is #5094EA. Grayscale: #757575. Windows color (decimal): -5281003 or 1403823. OLE color: 1403823.

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

Color convert

RGB 175 107 21 -
CMYK 0 0.39 0.88 0.31
HSL 33.51º 0.79% 0.38% -
HSV(B) 33.51º 0.88% 0.69% -
XYZ 23.07 19.68 3.29 -
YUV 117.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 175 107 21 0 0.39 0.88 0.31 33.51 0.79 0.38
Hex AF 6B 15 0 27 58 1F 22 4F 26
Octal 257 153 25 0 47 130 37 42 117 46
Binary 10101111 1101011 10101 0 100111 1011000 11111 100010 1001111 100110

Color Harmonies of #AF6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6B15

Black with #AF6B15

Text Example


Text Example

White with #AF6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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