Html Css Color HEX #AF7015 Golden Brown

📋 copy color: '#AF7015'

red 175 ◦ green 112 ◦ blue 21

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

Shades of Golden Brown #AF7015

Tints of Golden Brown #AF7015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 56.82%
G = 36.36%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF7015 (or 0xAF7015) is known color: Golden Brown. HEX triplet: AF, 70 and 15. RGB value is (175,112,21). Sum of RGB (Red+Green+Blue) = 175+112+21=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7015 is #508FEA. Grayscale: #787878. Windows color (decimal): -5279723 or 1405103. OLE color: 1405103.

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

Color convert

RGB 175 112 21 -
CMYK 0 0.36 0.88 0.31
HSL 35.45º 0.79% 0.38% -
HSV(B) 35.45º 0.88% 0.69% -
XYZ 23.61 20.76 3.47 -
YUV 120.46 71.87 166.9 -
System Red Green Blue C M Y K H S L
Decimal 175 112 21 0 0.36 0.88 0.31 35.45 0.79 0.38
Hex AF 70 15 0 24 58 1F 23 4F 26
Octal 257 160 25 0 44 130 37 43 117 46
Binary 10101111 1110000 10101 0 100100 1011000 11111 100011 1001111 100110

Color Harmonies of #AF7015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7015

Black with #AF7015

Text Example


Text Example

White with #AF7015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7015; }

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

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

background-color css

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

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

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

border-color css

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

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

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