Html Css Color HEX #A8952C Reef Gold

📋 copy color: '#A8952C'

red 168 ◦ green 149 ◦ blue 44

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

Shades of Reef Gold #A8952C

Tints of Reef Gold #A8952C

RGB

 RED value IS 168 (66.02% from 255) = 46.54%

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

 BLUE value IS 44 (17.58% from 255) = 12.19%

R = 46.54%
G = 41.27%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8952C (or 0xA8952C) is known color: Reef Gold. HEX triplet: A8, 95 and 2C. RGB value is (168,149,44). Sum of RGB (Red+Green+Blue) = 168+149+44=361 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.54% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 168 - color contains mainly: red. Hex color #A8952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8952C is #576AD3. Grayscale: #8F8F8F. Windows color (decimal): -5728980 or 2921896. OLE color: 2921896.

HSL color Cylindrical-coordinate representation of color #A8952C: hue angle of 50.81º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8952C is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 149 44 -
CMYK 0 0.11 0.74 0.34
HSL 50.81º 0.58% 0.42% -
HSV(B) 50.81º 0.74% 0.66% -
XYZ 27.35 30 6.73 -
YUV 142.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 168 149 44 0 0.11 0.74 0.34 50.81 0.58 0.42
Hex A8 95 2C 0 B 4A 22 33 3A 2A
Octal 250 225 54 0 13 112 42 63 72 52
Binary 10101000 10010101 101100 0 1011 1001010 100010 110011 111010 101010

Color Harmonies of #A8952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8952C

Black with #A8952C

Text Example


Text Example

White with #A8952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8952C; }

 p { color: rgb(168,149,44); }

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

background-color css

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

 a { background-color: rgb(168,149,44); }

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

border-color css

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

 span { border-color: rgb(168,149,44); }

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