Html Css Color HEX #A34B26 Rich Gold

📋 copy color: '#A34B26'

red 163 ◦ green 75 ◦ blue 38

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

Shades of Rich Gold #A34B26

Tints of Rich Gold #A34B26

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 38 (15.23% from 255) = 13.77%

R = 59.06%
G = 27.17%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A34B26 (or 0xA34B26) is known color: Rich Gold. HEX triplet: A3, 4B and 26. RGB value is (163,75,38). Sum of RGB (Red+Green+Blue) = 163+75+38=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34B26 is #5CB4D9. Grayscale: #616161. Windows color (decimal): -6075610 or 2509731. OLE color: 2509731.

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

Color convert

RGB 163 75 38 -
CMYK 0 0.54 0.77 0.36
HSL 17.76º 0.62% 0.39% -
HSV(B) 17.76º 0.77% 0.64% -
XYZ 17.97 12.96 3.39 -
YUV 97.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 163 75 38 0 0.54 0.77 0.36 17.76 0.62 0.39
Hex A3 4B 26 0 36 4D 24 12 3E 27
Octal 243 113 46 0 66 115 44 22 76 47
Binary 10100011 1001011 100110 0 110110 1001101 100100 10010 111110 100111

Color Harmonies of #A34B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34B26

Black with #A34B26

Text Example


Text Example

White with #A34B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34B26; }

 p { color: rgb(163,75,38); }

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

background-color css

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

 a { background-color: rgb(163,75,38); }

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

border-color css

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

 span { border-color: rgb(163,75,38); }

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