#A8630B

Color #A8630B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #A8630B

Tints of Golden Brown #A8630B

Color information

#A8630B (or 0xA8630B) is unknown color: approx Golden Brown. HEX triplet: A8, 63 and 0B. RGB value is (168,99,11). Sum of RGB (Red+Green+Blue) = 168+99+11=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8630B is #579CF4. Grayscale: #6E6E6E. Windows color (decimal): -5741813 or 746408. OLE color: 746408.

HSL color Cylindrical-coordinate representation of color #A8630B: hue angle of 33.63º degrees, saturation: 0.88, 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 #A8630B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1689911-
CMYK00.410.930.34
HSL33.63º87.71%35.1%-
HSV(B)33.63º93.45%65.88%-
XYZ20.6717.272.56-
YUV109.672.36169.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.43%
GREEN value IS 99 (39.06% from 255) = 35.61%
BLUE value IS 11 (4.69% from 255) = 3.96%
R=60.43%
G=35.61%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168991100.410.930.3433.6387.7135.1
HexA863B0295D22225823
Octal25014313051135424213043
Binary1010100011000111011010100110111011000101000101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8630B; }

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

 H1.HeaderClassName
 {
   color: #A8630B;
 }
 .AnyTagClassName
 {
   color: #A8630B;
 }
</style>
background-color css

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

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

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

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

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

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