Html Css Color HEX #A8943A Reef Gold

📋 copy color: '#A8943A'

red 168 ◦ green 148 ◦ blue 58

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

Shades of Reef Gold #A8943A

Tints of Reef Gold #A8943A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 44.92%
G = 39.57%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8943A (or 0xA8943A) is known color: Reef Gold. HEX triplet: A8, 94 and 3A. RGB value is (168,148,58). Sum of RGB (Red+Green+Blue) = 168+148+58=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8943A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8943A is #576BC5. Grayscale: #909090. Windows color (decimal): -5729222 or 3839144. OLE color: 3839144.

HSL color Cylindrical-coordinate representation of color #A8943A: hue angle of 49.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8943A is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 58 -
CMYK 0 0.12 0.65 0.34
HSL 49.09º 0.49% 0.44% -
HSV(B) 49.09º 0.65% 0.66% -
XYZ 27.5 29.81 8.31 -
YUV 143.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 168 148 58 0 0.12 0.65 0.34 49.09 0.49 0.44
Hex A8 94 3A 0 C 41 22 31 31 2C
Octal 250 224 72 0 14 101 42 61 61 54
Binary 10101000 10010100 111010 0 1100 1000001 100010 110001 110001 101100

Color Harmonies of #A8943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8943A

Black with #A8943A

Text Example


Text Example

White with #A8943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8943A; }

 p { color: rgb(168,148,58); }

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

background-color css

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

 a { background-color: rgb(168,148,58); }

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

border-color css

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

 span { border-color: rgb(168,148,58); }

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