Html Css Color HEX #A3952E Reef Gold

📋 copy color: '#A3952E'

red 163 ◦ green 149 ◦ blue 46

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

Shades of Reef Gold #A3952E

Tints of Reef Gold #A3952E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 45.53%
G = 41.62%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3952E (or 0xA3952E) is known color: Reef Gold. HEX triplet: A3, 95 and 2E. RGB value is (163,149,46). Sum of RGB (Red+Green+Blue) = 163+149+46=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3952E is #5C6AD1. Grayscale: #8D8D8D. Windows color (decimal): -6056658 or 3052963. OLE color: 3052963.

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

Color convert

RGB 163 149 46 -
CMYK 0 0.09 0.72 0.36
HSL 52.82º 0.56% 0.41% -
HSV(B) 52.82º 0.72% 0.64% -
XYZ 26.34 29.48 6.89 -
YUV 141.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 163 149 46 0 0.09 0.72 0.36 52.82 0.56 0.41
Hex A3 95 2E 0 9 48 24 35 38 29
Octal 243 225 56 0 11 110 44 65 70 51
Binary 10100011 10010101 101110 0 1001 1001000 100100 110101 111000 101001

Color Harmonies of #A3952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3952E

Black with #A3952E

Text Example


Text Example

White with #A3952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3952E; }

 p { color: rgb(163,149,46); }

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

background-color css

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

 a { background-color: rgb(163,149,46); }

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

border-color css

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

 span { border-color: rgb(163,149,46); }

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