Html Css Color HEX #A35B0E Golden Brown

📋 copy color: '#A35B0E'

red 163 ◦ green 91 ◦ blue 14

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

Shades of Golden Brown #A35B0E

Tints of Golden Brown #A35B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.96%

 BLUE value IS 14 (5.86% from 255) = 5.22%

R = 60.82%
G = 33.96%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A35B0E (or 0xA35B0E) is known color: Golden Brown. HEX triplet: A3, 5B and 0E. RGB value is (163,91,14). Sum of RGB (Red+Green+Blue) = 163+91+14=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A35B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35B0E is #5CA4F1. Grayscale: #686868. Windows color (decimal): -6071538 or 940963. OLE color: 940963.

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

Color convert

RGB 163 91 14 -
CMYK 0 0.44 0.91 0.36
HSL 31.01º 0.84% 0.35% -
HSV(B) 31.01º 0.91% 0.64% -
XYZ 18.92 15.3 2.37 -
YUV 103.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 163 91 14 0 0.44 0.91 0.36 31.01 0.84 0.35
Hex A3 5B E 0 2C 5B 24 1F 54 23
Octal 243 133 16 0 54 133 44 37 124 43
Binary 10100011 1011011 1110 0 101100 1011011 100100 11111 1010100 100011

Color Harmonies of #A35B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35B0E

Black with #A35B0E

Text Example


Text Example

White with #A35B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35B0E; }

 p { color: rgb(163,91,14); }

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

background-color css

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

 a { background-color: rgb(163,91,14); }

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

border-color css

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

 span { border-color: rgb(163,91,14); }

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