Html Css Color HEX #A34722 Rich Gold

📋 copy color: '#A34722'

red 163 ◦ green 71 ◦ blue 34

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

Shades of Rich Gold #A34722

Tints of Rich Gold #A34722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 60.82%
G = 26.49%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A34722 (or 0xA34722) is known color: Rich Gold. HEX triplet: A3, 47 and 22. RGB value is (163,71,34). Sum of RGB (Red+Green+Blue) = 163+71+34=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A34722 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34722 is #5CB8DD. Grayscale: #5E5E5E. Windows color (decimal): -6076638 or 2246563. OLE color: 2246563.

HSL color Cylindrical-coordinate representation of color #A34722: hue angle of 17.21º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A34722 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 71 34 -
CMYK 0 0.56 0.79 0.36
HSL 17.21º 0.65% 0.39% -
HSV(B) 17.21º 0.79% 0.64% -
XYZ 17.65 12.41 2.98 -
YUV 94.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 163 71 34 0 0.56 0.79 0.36 17.21 0.65 0.39
Hex A3 47 22 0 38 4F 24 11 41 27
Octal 243 107 42 0 70 117 44 21 101 47
Binary 10100011 1000111 100010 0 111000 1001111 100100 10001 1000001 100111

Color Harmonies of #A34722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34722

Black with #A34722

Text Example


Text Example

White with #A34722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34722; }

 p { color: rgb(163,71,34); }

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

background-color css

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

 a { background-color: rgb(163,71,34); }

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

border-color css

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

 span { border-color: rgb(163,71,34); }

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