Html Css Color HEX #AA923A Reef Gold

📋 copy color: '#AA923A'

red 170 ◦ green 146 ◦ blue 58

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

Shades of Reef Gold #AA923A

Tints of Reef Gold #AA923A

RGB

 RED value IS 170 (66.8% from 255) = 45.45%

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

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

R = 45.45%
G = 39.04%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA923A (or 0xAA923A) is known color: Reef Gold. HEX triplet: AA, 92 and 3A. RGB value is (170,146,58). Sum of RGB (Red+Green+Blue) = 170+146+58=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA923A is #556DC5. Grayscale: #8F8F8F. Windows color (decimal): -5598662 or 3838634. OLE color: 3838634.

HSL color Cylindrical-coordinate representation of color #AA923A: hue angle of 47.14º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA923A is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 146 58 -
CMYK 0 0.14 0.66 0.33
HSL 47.14º 0.49% 0.45% -
HSV(B) 47.14º 0.66% 0.67% -
XYZ 27.62 29.41 8.22 -
YUV 143.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 170 146 58 0 0.14 0.66 0.33 47.14 0.49 0.45
Hex AA 92 3A 0 E 42 21 2F 31 2D
Octal 252 222 72 0 16 102 41 57 61 55
Binary 10101010 10010010 111010 0 1110 1000010 100001 101111 110001 101101

Color Harmonies of #AA923A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA923A

Black with #AA923A

Text Example


Text Example

White with #AA923A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA923A; }

 p { color: rgb(170,146,58); }

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

background-color css

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

 a { background-color: rgb(170,146,58); }

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

border-color css

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

 span { border-color: rgb(170,146,58); }

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