Html Css Color HEX #A8922A Reef Gold

📋 copy color: '#A8922A'

red 168 ◦ green 146 ◦ blue 42

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

Shades of Reef Gold #A8922A

Tints of Reef Gold #A8922A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 47.19%
G = 41.01%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8922A (or 0xA8922A) is known color: Reef Gold. HEX triplet: A8, 92 and 2A. RGB value is (168,146,42). Sum of RGB (Red+Green+Blue) = 168+146+42=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8922A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8922A is #576DD5. Grayscale: #8D8D8D. Windows color (decimal): -5729750 or 2790056. OLE color: 2790056.

HSL color Cylindrical-coordinate representation of color #A8922A: hue angle of 49.52º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8922A is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 146 42 -
CMYK 0 0.13 0.75 0.34
HSL 49.52º 0.6% 0.41% -
HSV(B) 49.52º 0.75% 0.66% -
XYZ 26.85 29.05 6.38 -
YUV 140.72 72.29 147.46 -
System Red Green Blue C M Y K H S L
Decimal 168 146 42 0 0.13 0.75 0.34 49.52 0.6 0.41
Hex A8 92 2A 0 D 4B 22 32 3C 29
Octal 250 222 52 0 15 113 42 62 74 51
Binary 10101000 10010010 101010 0 1101 1001011 100010 110010 111100 101001

Color Harmonies of #A8922A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8922A

Black with #A8922A

Text Example


Text Example

White with #A8922A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8922A; }

 p { color: rgb(168,146,42); }

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

background-color css

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

 a { background-color: rgb(168,146,42); }

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

border-color css

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

 span { border-color: rgb(168,146,42); }

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