Html Css Color HEX #A8640F Golden Brown

📋 copy color: '#A8640F'

red 168 ◦ green 100 ◦ blue 15

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

Shades of Golden Brown #A8640F

Tints of Golden Brown #A8640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.3%

R = 59.36%
G = 35.34%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8640F (or 0xA8640F) is known color: Golden Brown. HEX triplet: A8, 64 and 0F. RGB value is (168,100,15). Sum of RGB (Red+Green+Blue) = 168+100+15=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8640F is #579BF0. Grayscale: #6F6F6F. Windows color (decimal): -5741553 or 1008808. OLE color: 1008808.

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

Color convert

RGB 168 100 15 -
CMYK 0 0.40 0.91 0.34
HSL 33.33º 0.84% 0.36% -
HSV(B) 33.33º 0.91% 0.66% -
XYZ 20.79 17.47 2.73 -
YUV 110.64 74.03 168.91 -
System Red Green Blue C M Y K H S L
Decimal 168 100 15 0 0.40 0.91 0.34 33.33 0.84 0.36
Hex A8 64 F 0 28 5B 22 21 54 24
Octal 250 144 17 0 50 133 42 41 124 44
Binary 10101000 1100100 1111 0 101000 1011011 100010 100001 1010100 100100

Color Harmonies of #A8640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8640F

Black with #A8640F

Text Example


Text Example

White with #A8640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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