Html Css Color HEX #AF7114 Golden Brown

📋 copy color: '#AF7114'

red 175 ◦ green 113 ◦ blue 20

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

Shades of Golden Brown #AF7114

Tints of Golden Brown #AF7114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.69%

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 56.82%
G = 36.69%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF7114 (or 0xAF7114) is known color: Golden Brown. HEX triplet: AF, 71 and 14. RGB value is (175,113,20). Sum of RGB (Red+Green+Blue) = 175+113+20=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7114 is #508EEB. Grayscale: #797979. Windows color (decimal): -5279468 or 1339823. OLE color: 1339823.

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

Color convert

RGB 175 113 20 -
CMYK 0 0.35 0.89 0.31
HSL 36º 0.79% 0.38% -
HSV(B) 36º 0.89% 0.69% -
XYZ 23.71 20.97 3.46 -
YUV 120.94 71.04 166.56 -
System Red Green Blue C M Y K H S L
Decimal 175 113 20 0 0.35 0.89 0.31 36 0.79 0.38
Hex AF 71 14 0 23 59 1F 24 4F 26
Octal 257 161 24 0 43 131 37 44 117 46
Binary 10101111 1110001 10100 0 100011 1011001 11111 100100 1001111 100110

Color Harmonies of #AF7114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7114

Black with #AF7114

Text Example


Text Example

White with #AF7114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7114; }

 p { color: rgb(175,113,20); }

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

background-color css

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

 a { background-color: rgb(175,113,20); }

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

border-color css

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

 span { border-color: rgb(175,113,20); }

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