Html Css Color HEX #AF6015 Golden Brown

📋 copy color: '#AF6015'

red 175 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #AF6015

Tints of Golden Brown #AF6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.88%

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

R = 59.93%
G = 32.88%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF6015 (or 0xAF6015) is known color: Golden Brown. HEX triplet: AF, 60 and 15. RGB value is (175,96,21). Sum of RGB (Red+Green+Blue) = 175+96+21=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6015 is #509FEA. Grayscale: #6F6F6F. Windows color (decimal): -5283819 or 1401007. OLE color: 1401007.

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

Color convert

RGB 175 96 21 -
CMYK 0 0.45 0.88 0.31
HSL 29.22º 0.79% 0.38% -
HSV(B) 29.22º 0.88% 0.69% -
XYZ 22 17.53 2.93 -
YUV 111.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 175 96 21 0 0.45 0.88 0.31 29.22 0.79 0.38
Hex AF 60 15 0 2D 58 1F 1D 4F 26
Octal 257 140 25 0 55 130 37 35 117 46
Binary 10101111 1100000 10101 0 101101 1011000 11111 11101 1001111 100110

Color Harmonies of #AF6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6015

Black with #AF6015

Text Example


Text Example

White with #AF6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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