Html Css Color HEX #A34F0E Rich Gold

📋 copy color: '#A34F0E'

red 163 ◦ green 79 ◦ blue 14

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

Shades of Rich Gold #A34F0E

Tints of Rich Gold #A34F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.86%

 BLUE value IS 14 (5.86% from 255) = 5.47%

R = 63.67%
G = 30.86%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A34F0E (or 0xA34F0E) is known color: Rich Gold. HEX triplet: A3, 4F and 0E. RGB value is (163,79,14). Sum of RGB (Red+Green+Blue) = 163+79+14=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A34F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A34F0E is #5CB0F1. Grayscale: #616161. Windows color (decimal): -6074610 or 937891. OLE color: 937891.

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

Color convert

RGB 163 79 14 -
CMYK 0 0.52 0.91 0.36
HSL 26.17º 0.84% 0.35% -
HSV(B) 26.17º 0.91% 0.64% -
XYZ 17.98 13.41 2.06 -
YUV 96.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 163 79 14 0 0.52 0.91 0.36 26.17 0.84 0.35
Hex A3 4F E 0 34 5B 24 1A 54 23
Octal 243 117 16 0 64 133 44 32 124 43
Binary 10100011 1001111 1110 0 110100 1011011 100100 11010 1010100 100011

Color Harmonies of #A34F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34F0E

Black with #A34F0E

Text Example


Text Example

White with #A34F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34F0E; }

 p { color: rgb(163,79,14); }

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

background-color css

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

 a { background-color: rgb(163,79,14); }

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

border-color css

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

 span { border-color: rgb(163,79,14); }

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