Html Css Color HEX #A35A0B Golden Brown

📋 copy color: '#A35A0B'

red 163 ◦ green 90 ◦ blue 11

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

Shades of Golden Brown #A35A0B

Tints of Golden Brown #A35A0B

RGB

 RED value IS 163 (64.06% from 255) = 61.74%

 GREEN value IS 90 (35.55% from 255) = 34.09%

 BLUE value IS 11 (4.69% from 255) = 4.17%

R = 61.74%
G = 34.09%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A35A0B (or 0xA35A0B) is known color: Golden Brown. HEX triplet: A3, 5A and 0B. RGB value is (163,90,11). Sum of RGB (Red+Green+Blue) = 163+90+11=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A35A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35A0B is #5CA5F4. Grayscale: #676767. Windows color (decimal): -6071797 or 744099. OLE color: 744099.

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

Color convert

RGB 163 90 11 -
CMYK 0 0.45 0.93 0.36
HSL 31.18º 0.87% 0.34% -
HSV(B) 31.18º 0.93% 0.64% -
XYZ 18.82 15.12 2.24 -
YUV 102.82 76.18 170.92 -
System Red Green Blue C M Y K H S L
Decimal 163 90 11 0 0.45 0.93 0.36 31.18 0.87 0.34
Hex A3 5A B 0 2D 5D 24 1F 57 22
Octal 243 132 13 0 55 135 44 37 127 42
Binary 10100011 1011010 1011 0 101101 1011101 100100 11111 1010111 100010

Color Harmonies of #A35A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35A0B

Black with #A35A0B

Text Example


Text Example

White with #A35A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35A0B; }

 p { color: rgb(163,90,11); }

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

background-color css

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

 a { background-color: rgb(163,90,11); }

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

border-color css

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

 span { border-color: rgb(163,90,11); }

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