Html Css Color HEX #A35807 Golden Brown

📋 copy color: '#A35807'

red 163 ◦ green 88 ◦ blue 7

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

Shades of Golden Brown #A35807

Tints of Golden Brown #A35807

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.11%

 BLUE value IS 7 (3.13% from 255) = 2.71%

R = 63.18%
G = 34.11%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A35807 (or 0xA35807) is known color: Golden Brown. HEX triplet: A3, 58 and 07. RGB value is (163,88,7). Sum of RGB (Red+Green+Blue) = 163+88+7=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A35807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35807 is #5CA7F8. Grayscale: #656565. Windows color (decimal): -6072313 or 481443. OLE color: 481443.

HSL color Cylindrical-coordinate representation of color #A35807: hue angle of 31.15º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A35807 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 88 7 -
CMYK 0 0.46 0.96 0.36
HSL 31.15º 0.92% 0.33% -
HSV(B) 31.15º 0.96% 0.64% -
XYZ 18.63 14.78 2.07 -
YUV 101.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 163 88 7 0 0.46 0.96 0.36 31.15 0.92 0.33
Hex A3 58 7 0 2E 60 24 1F 5C 21
Octal 243 130 7 0 56 140 44 37 134 41
Binary 10100011 1011000 111 0 101110 1100000 100100 11111 1011100 100001

Color Harmonies of #A35807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35807

Black with #A35807

Text Example


Text Example

White with #A35807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35807; }

 p { color: rgb(163,88,7); }

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

background-color css

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

 a { background-color: rgb(163,88,7); }

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

border-color css

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

 span { border-color: rgb(163,88,7); }

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