Html Css Color HEX #A4631C Golden Brown

📋 copy color: '#A4631C'

red 164 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #A4631C

Tints of Golden Brown #A4631C

RGB

 RED value IS 164 (64.45% from 255) = 56.36%

 GREEN value IS 99 (39.06% from 255) = 34.02%

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 56.36%
G = 34.02%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A4631C (or 0xA4631C) is known color: Golden Brown. HEX triplet: A4, 63 and 1C. RGB value is (164,99,28). Sum of RGB (Red+Green+Blue) = 164+99+28=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4631C is #5B9CE3. Grayscale: #6E6E6E. Windows color (decimal): -6003940 or 1860516. OLE color: 1860516.

HSL color Cylindrical-coordinate representation of color #A4631C: hue angle of 31.32º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4631C is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 99 28 -
CMYK 0 0.40 0.83 0.36
HSL 31.32º 0.71% 0.38% -
HSV(B) 31.32º 0.83% 0.64% -
XYZ 19.98 16.9 3.31 -
YUV 110.34 81.53 166.27 -
System Red Green Blue C M Y K H S L
Decimal 164 99 28 0 0.40 0.83 0.36 31.32 0.71 0.38
Hex A4 63 1C 0 28 53 24 1F 47 26
Octal 244 143 34 0 50 123 44 37 107 46
Binary 10100100 1100011 11100 0 101000 1010011 100100 11111 1000111 100110

Color Harmonies of #A4631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4631C

Black with #A4631C

Text Example


Text Example

White with #A4631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4631C; }

 p { color: rgb(164,99,28); }

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

background-color css

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

 a { background-color: rgb(164,99,28); }

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

border-color css

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

 span { border-color: rgb(164,99,28); }

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