Html Css Color HEX #A4621C Golden Brown

📋 copy color: '#A4621C'

red 164 ◦ green 98 ◦ blue 28

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

Shades of Golden Brown #A4621C

Tints of Golden Brown #A4621C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

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

R = 56.55%
G = 33.79%
B = 9.66%

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

#A4621C (or 0xA4621C) is known color: Golden Brown. HEX triplet: A4, 62 and 1C. RGB value is (164,98,28). Sum of RGB (Red+Green+Blue) = 164+98+28=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4621C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4621C is #5B9DE3. Grayscale: #6E6E6E. Windows color (decimal): -6004196 or 1860260. OLE color: 1860260.

HSL color Cylindrical-coordinate representation of color #A4621C: hue angle of 30.88º 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 #A4621C is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 98 28 -
CMYK 0 0.40 0.83 0.36
HSL 30.88º 0.71% 0.38% -
HSV(B) 30.88º 0.83% 0.64% -
XYZ 19.89 16.71 3.28 -
YUV 109.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 164 98 28 0 0.40 0.83 0.36 30.88 0.71 0.38
Hex A4 62 1C 0 28 53 24 1F 47 26
Octal 244 142 34 0 50 123 44 37 107 46
Binary 10100100 1100010 11100 0 101000 1010011 100100 11111 1000111 100110

Color Harmonies of #A4621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4621C

Black with #A4621C

Text Example


Text Example

White with #A4621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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