Html Css Color HEX #A5922B Reef Gold

📋 copy color: '#A5922B'

red 165 ◦ green 146 ◦ blue 43

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

Shades of Reef Gold #A5922B

Tints of Reef Gold #A5922B

RGB

 RED value IS 165 (64.84% from 255) = 46.61%

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

 BLUE value IS 43 (17.19% from 255) = 12.15%

R = 46.61%
G = 41.24%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5922B (or 0xA5922B) is known color: Reef Gold. HEX triplet: A5, 92 and 2B. RGB value is (165,146,43). Sum of RGB (Red+Green+Blue) = 165+146+43=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 165 - color contains mainly: red. Hex color #A5922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5922B is #5A6DD4. Grayscale: #8C8C8C. Windows color (decimal): -5926357 or 2855589. OLE color: 2855589.

HSL color Cylindrical-coordinate representation of color #A5922B: hue angle of 50.66º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A5922B is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 43 -
CMYK 0 0.12 0.74 0.35
HSL 50.66º 0.59% 0.41% -
HSV(B) 50.66º 0.74% 0.65% -
XYZ 26.23 28.73 6.45 -
YUV 139.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 165 146 43 0 0.12 0.74 0.35 50.66 0.59 0.41
Hex A5 92 2B 0 C 4A 23 33 3B 29
Octal 245 222 53 0 14 112 43 63 73 51
Binary 10100101 10010010 101011 0 1100 1001010 100011 110011 111011 101001

Color Harmonies of #A5922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5922B

Black with #A5922B

Text Example


Text Example

White with #A5922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5922B; }

 p { color: rgb(165,146,43); }

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

background-color css

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

 a { background-color: rgb(165,146,43); }

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

border-color css

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

 span { border-color: rgb(165,146,43); }

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