Html Css Color HEX #A8631E Golden Brown

📋 copy color: '#A8631E'

red 168 ◦ green 99 ◦ blue 30

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

Shades of Golden Brown #A8631E

Tints of Golden Brown #A8631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 56.57%
G = 33.33%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8631E (or 0xA8631E) is known color: Golden Brown. HEX triplet: A8, 63 and 1E. RGB value is (168,99,30). Sum of RGB (Red+Green+Blue) = 168+99+30=297 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.57% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 168 - color contains mainly: red. Hex color #A8631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8631E is #579CE1. Grayscale: #707070. Windows color (decimal): -5741794 or 1991592. OLE color: 1991592.

HSL color Cylindrical-coordinate representation of color #A8631E: hue angle of 30º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8631E is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 30 -
CMYK 0 0.41 0.82 0.34
HSL 30º 0.7% 0.39% -
HSV(B) 30º 0.82% 0.66% -
XYZ 20.84 17.34 3.48 -
YUV 111.77 81.86 168.11 -
System Red Green Blue C M Y K H S L
Decimal 168 99 30 0 0.41 0.82 0.34 30 0.7 0.39
Hex A8 63 1E 0 29 52 22 1E 46 27
Octal 250 143 36 0 51 122 42 36 106 47
Binary 10101000 1100011 11110 0 101001 1010010 100010 11110 1000110 100111

Color Harmonies of #A8631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8631E

Black with #A8631E

Text Example


Text Example

White with #A8631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8631E; }

 p { color: rgb(168,99,30); }

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

background-color css

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

 a { background-color: rgb(168,99,30); }

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

border-color css

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

 span { border-color: rgb(168,99,30); }

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