Html Css Color HEX #A5902B Reef Gold

📋 copy color: '#A5902B'

red 165 ◦ green 144 ◦ blue 43

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

Shades of Reef Gold #A5902B

Tints of Reef Gold #A5902B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.91%

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

R = 46.88%
G = 40.91%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5902B (or 0xA5902B) is known color: Reef Gold. HEX triplet: A5, 90 and 2B. RGB value is (165,144,43). Sum of RGB (Red+Green+Blue) = 165+144+43=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5902B is #5A6FD4. Grayscale: #8B8B8B. Windows color (decimal): -5926869 or 2855077. OLE color: 2855077.

HSL color Cylindrical-coordinate representation of color #A5902B: hue angle of 49.67º 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 #A5902B is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 43 -
CMYK 0 0.13 0.74 0.35
HSL 49.67º 0.59% 0.41% -
HSV(B) 49.67º 0.74% 0.65% -
XYZ 25.93 28.12 6.35 -
YUV 138.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 165 144 43 0 0.13 0.74 0.35 49.67 0.59 0.41
Hex A5 90 2B 0 D 4A 23 32 3B 29
Octal 245 220 53 0 15 112 43 62 73 51
Binary 10100101 10010000 101011 0 1101 1001010 100011 110010 111011 101001

Color Harmonies of #A5902B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5902B

Black with #A5902B

Text Example


Text Example

White with #A5902B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5902B; }

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

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

background-color css

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

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

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

border-color css

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

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

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