Html Css Color HEX #A35004 Golden Brown

📋 copy color: '#A35004'

red 163 ◦ green 80 ◦ blue 4

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

Shades of Golden Brown #A35004

Tints of Golden Brown #A35004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.39%

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 65.99%
G = 32.39%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A35004 (or 0xA35004) is known color: Golden Brown. HEX triplet: A3, 50 and 04. RGB value is (163,80,4). Sum of RGB (Red+Green+Blue) = 163+80+4=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A35004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35004 is #5CAFFB. Grayscale: #606060. Windows color (decimal): -6074364 or 282787. OLE color: 282787.

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

Color convert

RGB 163 80 4 -
CMYK 0 0.51 0.98 0.36
HSL 28.68º 0.95% 0.33% -
HSV(B) 28.68º 0.98% 0.64% -
XYZ 17.99 13.53 1.78 -
YUV 96.15 76 175.68 -
System Red Green Blue C M Y K H S L
Decimal 163 80 4 0 0.51 0.98 0.36 28.68 0.95 0.33
Hex A3 50 4 0 33 62 24 1D 5F 21
Octal 243 120 4 0 63 142 44 35 137 41
Binary 10100011 1010000 100 0 110011 1100010 100100 11101 1011111 100001

Color Harmonies of #A35004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35004

Black with #A35004

Text Example


Text Example

White with #A35004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35004; }

 p { color: rgb(163,80,4); }

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

background-color css

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

 a { background-color: rgb(163,80,4); }

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

border-color css

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

 span { border-color: rgb(163,80,4); }

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