Html Css Color HEX #A28C3A Reef Gold

📋 copy color: '#A28C3A'

red 162 ◦ green 140 ◦ blue 58

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

Shades of Reef Gold #A28C3A

Tints of Reef Gold #A28C3A

RGB

 RED value IS 162 (63.67% from 255) = 45%

 GREEN value IS 140 (55.08% from 255) = 38.89%

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

R = 45%
G = 38.89%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A28C3A (or 0xA28C3A) is known color: Reef Gold. HEX triplet: A2, 8C and 3A. RGB value is (162,140,58). Sum of RGB (Red+Green+Blue) = 162+140+58=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28C3A is #5D73C5. Grayscale: #898989. Windows color (decimal): -6124486 or 3837090. OLE color: 3837090.

HSL color Cylindrical-coordinate representation of color #A28C3A: hue angle of 47.31º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A28C3A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 140 58 -
CMYK 0 0.14 0.64 0.36
HSL 47.31º 0.47% 0.43% -
HSV(B) 47.31º 0.64% 0.64% -
XYZ 25.04 26.74 7.85 -
YUV 137.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 162 140 58 0 0.14 0.64 0.36 47.31 0.47 0.43
Hex A2 8C 3A 0 E 40 24 2F 2F 2B
Octal 242 214 72 0 16 100 44 57 57 53
Binary 10100010 10001100 111010 0 1110 1000000 100100 101111 101111 101011

Color Harmonies of #A28C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C3A

Black with #A28C3A

Text Example


Text Example

White with #A28C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C3A; }

 p { color: rgb(162,140,58); }

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

background-color css

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

 a { background-color: rgb(162,140,58); }

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

border-color css

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

 span { border-color: rgb(162,140,58); }

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