Html Css Color HEX #A4621A Golden Brown

📋 copy color: '#A4621A'

red 164 ◦ green 98 ◦ blue 26

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

Shades of Golden Brown #A4621A

Tints of Golden Brown #A4621A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 56.94%
G = 34.03%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4621A (or 0xA4621A) is known color: Golden Brown. HEX triplet: A4, 62 and 1A. RGB value is (164,98,26). Sum of RGB (Red+Green+Blue) = 164+98+26=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A4621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4621A is #5B9DE5. Grayscale: #6D6D6D. Windows color (decimal): -6004198 or 1729188. OLE color: 1729188.

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

Color convert

RGB 164 98 26 -
CMYK 0 0.40 0.84 0.36
HSL 31.3º 0.73% 0.37% -
HSV(B) 31.3º 0.84% 0.64% -
XYZ 19.86 16.7 3.15 -
YUV 109.53 80.87 166.85 -
System Red Green Blue C M Y K H S L
Decimal 164 98 26 0 0.40 0.84 0.36 31.3 0.73 0.37
Hex A4 62 1A 0 28 54 24 1F 49 25
Octal 244 142 32 0 50 124 44 37 111 45
Binary 10100100 1100010 11010 0 101000 1010100 100100 11111 1001001 100101

Color Harmonies of #A4621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4621A

Black with #A4621A

Text Example


Text Example

White with #A4621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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