Html Css Color HEX #A8601A Golden Brown

📋 copy color: '#A8601A'

red 168 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #A8601A

Tints of Golden Brown #A8601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 26 (10.55% from 255) = 8.97%

R = 57.93%
G = 33.1%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8601A (or 0xA8601A) is known color: Golden Brown. HEX triplet: A8, 60 and 1A. RGB value is (168,96,26). Sum of RGB (Red+Green+Blue) = 168+96+26=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A8601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8601A is #579FE5. Grayscale: #6D6D6D. Windows color (decimal): -5742566 or 1728680. OLE color: 1728680.

HSL color Cylindrical-coordinate representation of color #A8601A: hue angle of 29.58º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8601A is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 96 26 -
CMYK 0 0.43 0.85 0.34
HSL 29.58º 0.73% 0.38% -
HSV(B) 29.58º 0.85% 0.66% -
XYZ 20.52 16.77 3.13 -
YUV 109.55 80.85 169.69 -
System Red Green Blue C M Y K H S L
Decimal 168 96 26 0 0.43 0.85 0.34 29.58 0.73 0.38
Hex A8 60 1A 0 2B 55 22 1E 49 26
Octal 250 140 32 0 53 125 42 36 111 46
Binary 10101000 1100000 11010 0 101011 1010101 100010 11110 1001001 100110

Color Harmonies of #A8601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8601A

Black with #A8601A

Text Example


Text Example

White with #A8601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8601A; }

 p { color: rgb(168,96,26); }

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

background-color css

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

 a { background-color: rgb(168,96,26); }

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

border-color css

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

 span { border-color: rgb(168,96,26); }

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