Html Css Color HEX #A5903B Reef Gold

📋 copy color: '#A5903B'

red 165 ◦ green 144 ◦ blue 59

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

Shades of Reef Gold #A5903B

Tints of Reef Gold #A5903B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.03%

R = 44.84%
G = 39.13%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5903B (or 0xA5903B) is known color: Reef Gold. HEX triplet: A5, 90 and 3B. RGB value is (165,144,59). Sum of RGB (Red+Green+Blue) = 165+144+59=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A5903B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5903B is #5A6FC4. Grayscale: #8C8C8C. Windows color (decimal): -5926853 or 3903653. OLE color: 3903653.

HSL color Cylindrical-coordinate representation of color #A5903B: hue angle of 48.11º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5903B is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 59 -
CMYK 0 0.13 0.64 0.35
HSL 48.11º 0.47% 0.44% -
HSV(B) 48.11º 0.64% 0.65% -
XYZ 26.28 28.26 8.21 -
YUV 140.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 165 144 59 0 0.13 0.64 0.35 48.11 0.47 0.44
Hex A5 90 3B 0 D 40 23 30 2F 2C
Octal 245 220 73 0 15 100 43 60 57 54
Binary 10100101 10010000 111011 0 1101 1000000 100011 110000 101111 101100

Color Harmonies of #A5903B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5903B

Black with #A5903B

Text Example


Text Example

White with #A5903B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5903B; }

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

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

background-color css

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

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

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

border-color css

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

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

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