Html Css Color HEX #A8640C Golden Brown

📋 copy color: '#A8640C'

red 168 ◦ green 100 ◦ blue 12

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

Shades of Golden Brown #A8640C

Tints of Golden Brown #A8640C

RGB

 RED value IS 168 (66.02% from 255) = 60%

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

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 60%
G = 35.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8640C (or 0xA8640C) is known color: Golden Brown. HEX triplet: A8, 64 and 0C. RGB value is (168,100,12). Sum of RGB (Red+Green+Blue) = 168+100+12=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8640C is #579BF3. Grayscale: #6E6E6E. Windows color (decimal): -5741556 or 812200. OLE color: 812200.

HSL color Cylindrical-coordinate representation of color #A8640C: hue angle of 33.85º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8640C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 100 12 -
CMYK 0 0.40 0.93 0.34
HSL 33.85º 0.87% 0.35% -
HSV(B) 33.85º 0.93% 0.66% -
XYZ 20.77 17.47 2.62 -
YUV 110.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 168 100 12 0 0.40 0.93 0.34 33.85 0.87 0.35
Hex A8 64 C 0 28 5D 22 22 57 23
Octal 250 144 14 0 50 135 42 42 127 43
Binary 10101000 1100100 1100 0 101000 1011101 100010 100010 1010111 100011

Color Harmonies of #A8640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8640C

Black with #A8640C

Text Example


Text Example

White with #A8640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8640C; }

 p { color: rgb(168,100,12); }

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

background-color css

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

 a { background-color: rgb(168,100,12); }

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

border-color css

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

 span { border-color: rgb(168,100,12); }

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