Html Css Color HEX #AF640E Golden Brown

📋 copy color: '#AF640E'

red 175 ◦ green 100 ◦ blue 14

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

Shades of Golden Brown #AF640E

Tints of Golden Brown #AF640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 60.55%
G = 34.6%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF640E (or 0xAF640E) is known color: Golden Brown. HEX triplet: AF, 64 and 0E. RGB value is (175,100,14). Sum of RGB (Red+Green+Blue) = 175+100+14=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF640E is #509BF1. Grayscale: #717171. Windows color (decimal): -5282802 or 943279. OLE color: 943279.

HSL color Cylindrical-coordinate representation of color #AF640E: hue angle of 32.05º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF640E is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 100 14 -
CMYK 0 0.43 0.92 0.31
HSL 32.05º 0.85% 0.37% -
HSV(B) 32.05º 0.92% 0.69% -
XYZ 22.32 18.26 2.76 -
YUV 112.62 72.35 172.49 -
System Red Green Blue C M Y K H S L
Decimal 175 100 14 0 0.43 0.92 0.31 32.05 0.85 0.37
Hex AF 64 E 0 2B 5C 1F 20 55 25
Octal 257 144 16 0 53 134 37 40 125 45
Binary 10101111 1100100 1110 0 101011 1011100 11111 100000 1010101 100101

Color Harmonies of #AF640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF640E

Black with #AF640E

Text Example


Text Example

White with #AF640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF640E; }

 p { color: rgb(175,100,14); }

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

background-color css

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

 a { background-color: rgb(175,100,14); }

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

border-color css

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

 span { border-color: rgb(175,100,14); }

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